<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.banner .swiper-slide&gt;img{
	width: 100%;
	height: 100%;
}
.bannertxt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 40%;
	margin: auto;
	display: inline-block;
	width: 1200px;
	text-align: center;

}
.bannertxt div{
	transform: translateY(200px);
	opacity: 0;
}
.bannertxt h2{
	font-size: 54px;
	color: #fff;
	margin-bottom: 45px;
	transform: translateY(-200px);
	opacity: 0;
}
.swiper-slide-active .bannertxt h2{
	opacity: 1;
	transform: translateY(0);
} 
.swiper-slide-active .bannertxt div{
	transform: translateY(0);
	opacity: 1;
}
@keyframes mymove
{
	from {transform: translateY(15px);}

	to {transform: translateY(-15px);}
}
.swiper-slide .bannertxt&gt;span{
	display: block;
	border:1px solid #fff;
	border-radius: 50%;
	width: 67px;
	height: 67px;
	line-height: 67px;
	margin: 0 auto;
	margin-top:90px ;
	animation:mymove 1s infinite ;
	animation-direction:alternate;
}
.swiper-slide .bannertxt  img{
	
}
.bannertxt div{
	display: inline-block;
	position: relative;
}
.bannertxt p{
	font-size: 18px;
	color: #fff;
}
.bannertxt p:before{
	content: '';
	display: block;
	width:480px;
	height: 2px;
	
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,#ffffff 100%);
	position: absolute;
	left: -560px;
	top: 50%;
}
.bannertxt p:after{
	content: '';
	display: block;
	width:480px;
	height: 2px;
	background: linear-gradient(to left, rgba(255,255,255,0) 0%,#ffffff 100%);
	position: absolute;
	right: -560px;
	top: 50%;
}
.banner .swiper-pagination{
	
	
	bottom: 55px !important;
}
.swiper-wrapper{
	text-align: center;
}
.banner .swiper-pagination-bullet{
	opacity: 1 !important;
	width: 45px;
	height: 3px;
	background: rgba(255,255,255,.4);
	border-radius:initial;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.gsjj{
	text-align: center;
	margin-top:86px
}
.gsjj p{
	font-size: 16px;
	color: #333333;
	line-height: 32px;

}
.gsjj span{
	font-size: 14px;
	color: rgba(51,51,51,.6);
	line-height: 30px;
}
.jieshao{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0 130px 0;
}
.jieshao&gt;div{
	display: inline-block;
}

.jieshao h2{
	font-family:  'Conv_NEWS706B';
	color: #3f99f6;
	font-size: 72px;
	float: left;
}
.jieshao&gt;div:nth-child(2) h2{
	color: #1c7bdc;
}
.jieshao&gt;div:nth-child(3) h2{
	color: #005aab;
}
.jieshao&gt;div{
	display: inline-block;
}
.jieshao&gt;div&gt;div{
	display: inline-block;
	text-align: left;
	margin-left: 30px;
}
.jieshao&gt;div&gt;div h3{
	font-size: 18px;
	color: #03105d;
	margin-bottom: 10px;
	display: inline-block;
}
.jieshao&gt;div&gt;div p{
	color: rgba(3,16,93,.45);
	width: 70%;
	display: block;
}
.yewu li{
	float: left;
	width: 25%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.yewu li img{
	width: 100%;
	height: 100%;
	
}
.yewu li div{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 55%;
}
.yewu li div h2{
	margin-top: 100px;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}
.yewu li:last-child div h2{
	font-weight: normal;
}
.yewu li div p{
	line-height: 24px;
	color: rgba(255,255,255,.7);
	font-size: 16px;
}
.yewu li div span{
	display: inline-block;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.2);
	line-height: 47px;
	transform: translateY(150px);
	margin-top: 45px;
}
.yewu li div i{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	border: 1px solid rgb(255,255,255);
	color: #fff;
	
}
.yewu li:hover h2{
	margin-top: 50px;	
	/*transition: all .4s cubic-bezier(.35,.75,.55,1) 0.1s;*/
}
.yewu li:hover span{
	transform: translateY(0px);
	/*transition: all .4s cubic-bezier(.35,.75,.55,1) 0.3s;*/
}
.yewu li .title{
	position:static;
	width: 80%;
	padding-left: 20%;
	text-align: left;
	background-position: 20% 0;
	margin-top: 55px;
}
.yewu li .title h2{
	color: #333333;
	margin-top: 0;
}
.yewu li .title p{
	color: #005aab;
	font-size: 20px;
}

.jjfaleft{
	float: left;
	width: 41%;
	padding-left: 9%;
}
.jjfaleft .title{
	margin-top: 15%;
	background-image:none ;
}
.jjfaleft&gt;p{
	width: 47%;
	margin-top: 5%;
	color: rgba(51,51,51,.67);
	font-size: 18px;
	line-height: 30px;
}
.jjfaleft a&gt;span{
	display: inline-block;
	width: 49px;
	height: 47px;
	border-radius: 50%;
	border: 2px solid #0662c0;
	text-align: center;
	line-height: 47px;
	margin-top: 5%;
	
}
.jjfaleft a&gt;span i{
	display: inline-block;
	width: 37px;
	height: 37px;
	color:#0662c0 ;
	border-radius: 50%;
	border: 2px solid rgba(6,92,198,.2);
	line-height: 37px;
}
.jjfaleft span:hover{
	border: 2px solid rgba(6,92,198,.2);
}
.jjfaleft span:hover i{
	border: 2px solid #0662c0;
}
.jjfaright{
	float: right;
	width: 50%;
	position: relative;
}
.jjfaright .swiper-pagination{
	text-align: right;
	bottom: 51px !important;
	
}
.jjfaright .swiper-pagination span{
	text-align: center;
}
.jjfaright .swiper-pagination span:last-child{
	margin-right: 64px;
}
.jjfaright&gt;a{
	display:inline-block ;
	width: 290px;
	line-height: 60px;
	background: rgba(0,90,171,.7);
	color: #fff;
	height: 60px;
	z-index: 5;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.jjfaright&gt;a:hover{
	transform: scale(1.1);
}
.jjfaright .swiper-slide img{
	width: 100%;
	/*height: 563px;*/
}
.jjfaright .swiper-pagination-bullet{
	width: 18px;
	height: 31px;
	line-height: 31px;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: inherit;
	color: #fff;
	opacity: 1;
	background: transparent;
}
.jjfaright .swiper-pagination-bullet-active{
	background: rgba(255,255,255,.4);
}

.cgalleft{
	float: left;
	width: 50%;
	background: url(../images/indexcgal_02.jpg) no-repeat;
	background-size:100% 100% ;
	line-height: 566px;
}
.cgalleft .swiper-container{
	height: 100%;
	opacity: 0;
}
.cgalleft .swiper-slide{
	line-height: 567px;
	height: 567px;
}
.cgalright{
	float: right;
	width: 46%;
	padding-left: 4%;
}
.cgalright .title{
	background: none;
	margin-top:9.5%;
}
.cgalright .swiper-container{
	margin-top: 65px;
	width: 100%;
	margin-left: 0;
}
.cgalright .swiper-slide div{
	float: left;
	text-align: left;

	
}
.cgalright .swiper-slide div:nth-child(2){
	margin-left: 44px;
	width: 57%;
	vertical-align: middle;
	margin-top: 90px;
}

.cgalright .swiper-slide div p{
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	
}

.cgalright .swiper-button-prev,.cgalright .swiper-button-next{
	background:none;
	width: 49px;
	height: 47px;
	border-radius: 50%;
	border: 2px solid rgba(3,80,163,.2);
	line-height: 47px;
	text-align: center;
	position: static;
	display: inline-block;
	margin-top: 0;
	margin-right:38px
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
	
}
.cgalright i{
	display: inline-block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	border: 2px solid #0662c0;
	line-height: 37px;
}
.sx{
	position: relative;
	margin-top: 5%;
}
.sx .swiper-button-prev:hover, .sx .swiper-button-next:hover{
background: #0a55a6;
border-color: #0a55a6;	
}
.sx .swiper-button-prev:hover i, .sx .swiper-button-next:hover i{
	border-color: #0a55a6;
	color: #fff;
}
.xwzx .title{
	text-align: center;
}
.title span{
	color: rgba(51,51,51,.5);
	display: inline-block;
	margin-top: 15px;
}
.newtype{
	text-align: center;
	margin-top: 60px;
}
.newtype div{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #e8edf1;
	margin: 0 10px;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}
.newtype div.ac{
	background: #004ea2;
	color: #fff;
}
.newtype div:hover{
	background: #004ea2;
	color: #fff;
}
.indexnewbanner{
	width: 81.25%;
	margin: 0 auto;
}
.indexnewbanner .swiper-slide{
	box-sizing: border-box;
	border: 1px solid #eaeeef;
	background: #fff;
	overflow: hidden;
}
.indexnewbanner .swiper-slide&gt;div{
	width: 80%;
	padding: 60px 10% 30px;
	text-align: left;
}
.time{
	text-align: left;
	border-bottom: 1px solid rgba(221,221,221,.5);
	padding-bottom: 24px;
}
.time h2{
	display: inline-block;
	color: #005AAB;
	font-size: 30px;
	font-weight: bold;
}
.time span{
	color: rgba(0,0,0,0.5);
	
}
.time p{
	font-size: 16px;
	color: #000;
	margin-top: 28px;
}
.newbannertxt{
	position: relative;
}
.newbannertxt&gt;p{
	font-size: 13px;
	color: rgba(0,0,0,.7);
	text-align: left !important;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 30px;
	
}
.yuan{
	border-radius: 50%;
	border: 2px solid rgba(0,90,171,.2);
	width: 48px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	position: relative;
	z-index: 5;
	
}
.yuan i{
	display: inline-block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #005aab;
	line-height: 37px;
	color: #fff;
}
.newbannertxt img{
	position: absolute;
	width: 100%;
	/*height: auto;*/
	top: 150%;
	max-height: 153px;
}
.indexnewbanner .swiper-slide:hover img{
	top: 0;
}
.indexnewbanner .swiper-slide:hover .yuan{
	opacity: 0;
}
.indexnewbanner .swiper-slide:hover .newbannertxt&gt;p{
	opacity: 0;
}
.indexnewbanner .swiper-pagination{
	margin-top: 70px;
	position: static;
	margin-bottom: 80px;
}
.indexnewbanner .swiper-pagination-bullet{
	width: 12px;
	height:12px;
	background: #7ca3cd;
	opacity: 1;
	line-height: 18px;
	border: 3px solid #fff;
}
.indexnewbanner .swiper-pagination-bullet-active{
	background: #fff;
	border: 3px solid #004ea2;
	
}
.indexnewbanner{
	
	height: 0;
	overflow: hidden;
	margin-top: 0;
}
.indexnewbanner.ac{
	height: auto;
	overflow: initial;
	margin-top:60px;
}
.xwzx{
	padding: 110px 0 0 0;
	background: url(../indexbac.png) no-repeat;
	background-size: 100% auto;
	background-position: 0 60%;
}
.cgal{
	box-sizing: border-box;
	border-bottom: 1px solid #d6d6d6;
}
.zxns .img{
	float: left;
	width: 50%;
	height: auto;
}
.zxns .img img{
	width: 100%;
	height: auto;
}
.zxnsright{
	float: right;
	width: 40%;
	padding-left: 10%;
	
}
.zxnsright .title{
	background: no-repeat;
	text-align: left;
	margin-top: 100px;
	padding-top: 0;
}
.zxnsright li{
	float: left;
	margin-right: 60px;
	text-align: center;
	cursor: pointer;
}
.zxnsright li p{
	font-size: 16px;
	color: #333;
	
}
.zxnsright li&gt;.img div{
	border-radius: 50%;	
	width: 100%;
	height: 100%;
	display: inline-block;
}
.zxnsright li&gt; .img{
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	width: 83px;
	height: 83px;
	padding: 7px;
	line-height: 83px;
	background: url(../images/zxns1_03.png) no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}
.zxnsright li:nth-child(2) .img{
	background-image: url(../images/zxns2_03.png);
}
.zxnsright li:nth-child(3) .img{
	background-image: url(../images/zxns3_03.png);
}
.zxnsright li:nth-child(4) .img{
	background-image: url(../images/zxns4_03.png);
}
.zxnsright li&gt; .img div{
	position: relative;
	z-index: -1;
}
.zxnsright li:hover .img div{
	background: #005aab;
}
.zxnsright li:nth-child(2):hover .img{
	background-image: url(../images/zxns22_03.png);
}
.zxnsright li:nth-child(3):hover .img{
	background-image: url(../images/zxns33_03.png);
}
.zxnsright li:nth-child(4):hover .img{
	background-image: url(../images/zxns44_03.png);
}
.zxnsright li:nth-child(1):hover .img{
	background-image: url(../images/zxns11_03.png);
}
.zxnsright ul{margin-top: 50px;}
.zxnsright{
	border-top: 1px solid #d2d2d2;
}.foot-nav{ display:none}
</pre></body></html>